Description
Add a reply to an existing activity.
Operation id | Services.AddActivityReply |
Category | Services |
Label | Add a reply to an existing activity |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Services.AddActivityReply",
"label" : "Add a reply to an existing activity",
"category" : "Services",
"requires" : null,
"description" : "Add a reply to an existing activity.",
"url" : "Services.AddActivityReply",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "activityId",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "activityLinkBuilderName",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "message",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "language",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}